home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / Tetris / Source / Makefile.postamble < prev    next >
Makefile  |  1971-02-13  |  245b  |  22 lines

  1. SRCS = Minimatrix.h\
  2.     Minimatrix.m\
  3.     NextMatrix.h\
  4.     NextMatrix.m\
  5.     Piece.h\
  6.     Piece.m\
  7.     ScoreKeeper.h\
  8.     ScoreKeeper.m\
  9.     TetApp.h\
  10.     TetApp.m\
  11.     TetMatrix.h\
  12.     TetMatrix.m\
  13.     Tetris_main.m\
  14.     wraps.h\
  15.     wraps.psw
  16.  
  17. co:
  18.     co -l $(SRCS)
  19.  
  20. ci:
  21.     ci -u $(SRCS)
  22.